hip.windowing.platforms.appleos

Undocumented in source.

Members

Aliases

destroy_GL_Context
alias destroy_GL_Context = hip.windowing.platforms.null_.destroy_GL_Context
Undocumented in source.
poll
alias poll = hip.windowing.platforms.null_.poll
Undocumented in source.
setVsyncActive
alias setVsyncActive = hip.windowing.platforms.null_.setVsyncActive
Undocumented in source.
show
alias show = hip.windowing.platforms.null_.show
Undocumented in source.
swapBuffer
alias swapBuffer = hip.windowing.platforms.null_.swapBuffer
Undocumented in source.

Functions

getWindowSize
int[2] getWindowSize(void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
hipGetWindowSize
int[2] hipGetWindowSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hipSetApplicationFullscreen
void hipSetApplicationFullscreen(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hipSetApplicationTitle
void hipSetApplicationTitle(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hipSetMTKView
void hipSetMTKView(void** MTKView, int* outWidth, int* outHeight)

Those are defined in Hipreme Engine Shared/Renderer.m

hipSetWindowSize
void hipSetWindowSize(uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
initializeOpenGL
bool initializeOpenGL(int majorVersion, int minorVersion, void* WindowHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
openWindow
void openWindow(int width, int height, void* MTKView)
Undocumented in source. Be warned that the author may not have intended to support it.
setFullscreen
void setFullscreen(bool bFullscreen, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowName
void setWindowName(string name, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowSize
void setWindowSize(uint width, uint height, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta